Rename gpsbabelfe binary.
---- a/gpsbabel/gui/app.pro
-+++ b/gpsbabel/gui/app.pro
+--- a/gui/app.pro
++++ b/gui/app.pro
@@ -36,7 +36,7 @@ win32 {
TARGET=GPSBabelFE
QMAKE_LFLAGS_RELEASE += -static-libgcc
Disable version mismatch check.
---- a/gpsbabel/gui/preferences.ui
-+++ b/gpsbabel/gui/preferences.ui
+--- a/gui/preferences.ui
++++ b/gui/preferences.ui
@@ -53,13 +53,6 @@
</property>
</widget>
</layout>
</widget>
</widget>
---- a/gpsbabel/gui/preferences.cc
-+++ b/gpsbabel/gui/preferences.cc
+--- a/gui/preferences.cc
++++ b/gui/preferences.cc
@@ -41,7 +41,6 @@ Preferences::Preferences(QWidget* parent
ui_.startupCheck->setChecked(babelData_.startupVersionCheck_);
accept();
}
---- a/gpsbabel/gui/babeldata.h
-+++ b/gpsbabel/gui/babeldata.h
+--- a/gui/babeldata.h
++++ b/gui/babeldata.h
@@ -66,7 +66,7 @@ public:
startupVersionCheck_(true),
reportStatistics_(true),
Disable check for newer versions on start.
---- a/gpsbabel/gui/preferences.ui
-+++ b/gpsbabel/gui/preferences.ui
+--- a/gui/preferences.ui
++++ b/gui/preferences.ui
@@ -40,13 +40,6 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<widget class="QCheckBox" name="reportStatisticsCheck">
<property name="text">
<string>Anonymously report usage data.</string>
---- a/gpsbabel/gui/preferences.cc
-+++ b/gpsbabel/gui/preferences.cc
+--- a/gui/preferences.cc
++++ b/gui/preferences.cc
@@ -39,7 +39,6 @@ Preferences::Preferences(QWidget* parent
{
ui_.setupUi(this);
babelData_.reportStatistics_ = ui_.reportStatisticsCheck->isChecked();
accept();
}
---- a/gpsbabel/gui/babeldata.h
-+++ b/gpsbabel/gui/babeldata.h
+--- a/gui/babeldata.h
++++ b/gui/babeldata.h
@@ -63,7 +63,7 @@ public:
upgradeErrors_(0),
upgradeOffers_(0),
reportStatistics_(false),
allowBetaUpgrades_(false),
ignoreVersionMismatch_(true),
---- a/gpsbabel/gui/mainwinui.ui
-+++ b/gpsbabel/gui/mainwinui.ui
+--- a/gui/mainwinui.ui
++++ b/gui/mainwinui.ui
@@ -637,7 +637,6 @@
<addaction name="actionHelp"/>
<addaction name="separator"/>
<action name="actionVisit_Website">
<property name="text">
<string>Visit Website...</string>
---- a/gpsbabel/gui/mainwindow.cc
-+++ b/gpsbabel/gui/mainwindow.cc
+--- a/gui/mainwindow.cc
++++ b/gui/mainwindow.cc
@@ -147,7 +147,6 @@ MainWindow::MainWindow(QWidget* parent):
connect(ui_.actionAbout, SIGNAL(triggered()), this, SLOT(aboutActionX()));
connect(ui_.actionVisit_Website, SIGNAL(triggered()), this, SLOT(visitWebsiteActionX()));
Make statistics reporting an opt-in option.
---- a/gpsbabel/gui/babeldata.h
-+++ b/gpsbabel/gui/babeldata.h
+--- a/gui/babeldata.h
++++ b/gui/babeldata.h
@@ -64,7 +64,7 @@ public:
upgradeOffers_(0),
runCount_(0),
---- a/gpsbabel/gbversion.h.in
-+++ b/gpsbabel/gbversion.h.in
+--- a/gbversion.h.in
++++ b/gbversion.h.in
@@ -5,4 +5,4 @@
* Isn't simplification via automation grand?
*/
#define VERSION "@GBMAJOR@.@GBMINOR@.@GBMICRO@@PACKAGE_RELEASE@"
-#define WEB_DOC_DIR "http://www.gpsbabel.org/htmldoc-@DOCVERSION@"
+#define WEB_DOC_DIR "file:///usr/share/doc/gpsbabel/htmldoc/index.html"
---- a/gpsbabel/gui/help/gpsbabel.html
-+++ b/gpsbabel/gui/help/gpsbabel.html
+--- a/gui/help/gpsbabel.html
++++ b/gui/help/gpsbabel.html
@@ -1,3 +1,3 @@
<p>This is the local help. It currently isn't very helpful.</p>
-<p>The <a href="http://www.gpsbabel.org/htmldoc-development"> online help
+<p>The <a href="file:///usr/share/doc/gpsbabel/htmldoc/index.html"> online help
is mo betta.</p>
---- a/gpsbabel/xmldoc/gpsbabel_man.xml
-+++ b/gpsbabel/xmldoc/gpsbabel_man.xml
+--- a/xmldoc/gpsbabel_man.xml
++++ b/xmldoc/gpsbabel_man.xml
@@ -79,7 +79,7 @@ or as the backend for other tools. </par
<listitem> <para>Display help that is more exhaustive than this page. If <replaceable>format</replaceable> is given, provide help for only that format.</para> </listitem>
</varlistentry>